pub unsafe extern "C" fn FT_New_Memory_Face(
    library: FT_Library,
    file_base: *const c_uchar,
    file_size: c_long,
    face_index: c_long,
    aface: *mut FT_Face
) -> FT_Error