pub unsafe extern "C" fn aligned_alloc(
    __alignment: u32,
    __size: u32
) -> *mut c_void