pub unsafe extern "C" fn magma_connection_unmap_buffer(
    connection: magma_connection_t,
    hw_va: u64,
    buffer: magma_buffer_t
)
Expand description

\brief Releases the mapping at the given hardware address. \param connection An open connection. \param hw_va A hardware virtual address associated with an existing mapping of the given buffer. \param buffer A valid buffer.