[][src]Function safe_core::core_structs::access_container_entry_clone_from_repr_c

pub unsafe fn access_container_entry_clone_from_repr_c(
    entry: *const AccessContainerEntry
) -> Result<AccessContainerEntry, IpcError>

Convert FFI representation of AccessContainerEntry to native rust representation by cloning.

Safety

This function dereferences the provided raw pointer, which must be valid.

This function also assumes the provided ffi::AccessContainerEntry is valid, i.e. it was constructed by calling access_container_into_repr_c.