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