Function libc::aligned_alloc

source ยท
pub unsafe extern "C" fn aligned_alloc(
    alignment: size_t,
    size: size_t,
) -> *mut c_void