Function cudaMallocHost

Source
pub unsafe extern "C" fn cudaMallocHost(
    ptr: *mut *mut c_void,
    size: usize,
) -> cudaError_t