Function cposix_memalign

Source
pub unsafe extern "C" fn cposix_memalign(
    __memptr: *mut *mut c_void,
    __alignment: usize,
    __size: usize,
) -> i32