pub fn unmap_shared_memory(
    handle: Handle,
    address: Address,
    size: Size
) -> Result<()>