Function blFileRead

Source
pub unsafe extern "C" fn blFileRead(
    self_: *mut BLFileCore,
    buffer: *mut c_void,
    n: usize,
    bytesReadOut: *mut usize,
) -> BLResult