Function bitvector_resize

Source
pub unsafe extern "C" fn bitvector_resize(
    b: *mut u32,
    oldsz: u64,
    newsz: u64,
    initzero: c_int,
) -> *mut u32