pub unsafe extern "C" fn malloc_type_posix_memalign(
    memptr: *mut *mut c_void,
    alignment: usize,
    size: usize,
    type_id: malloc_type_id_t
) -> c_int