Function blImageScale

Source
pub unsafe extern "C" fn blImageScale(
    dst: *mut BLImageCore,
    src: *const BLImageCore,
    size: *const BLSizeI,
    filter: u32,
    options: *const BLImageScaleOptions,
) -> BLResult