Function m3_Malloc

Source
pub unsafe extern "C" fn m3_Malloc(
    o_ptr: *mut *mut c_void,
    i_size: size_t,
) -> M3Result