pub unsafe fn NetApiBufferReallocate(
    oldbuffer: Option<*const c_void>,
    newbytecount: u32,
    newbuffer: *mut *mut c_void
) -> u32