pub type BLImageScaleUserFunc = Option<unsafe extern "C" fn(dst: *mut f64, tArray: *const f64, n: usize, data: *const c_void) -> BLResult>;Aliased Type§
enum BLImageScaleUserFunc {
None,
Some(unsafe extern "C" fn(_: *mut f64, _: *const f64, _: usize, _: *const c_void) -> u32),
}