#[no_mangle]
pub unsafe extern "C" fn font_for_face(
    fontkit: *mut FontKit,
    font_face: *const u8,
    len: usize,
    weight: u32,
    italic: bool,
    stretch: u16
) -> *const u8