pub unsafe extern "C" fn fz_save_bitmap_as_pbm(
    ctx: *mut fz_context,
    bitmap: *mut fz_bitmap,
    filename: *const c_char
)
Expand description

Save a bitmap as a pbm.