pub unsafe extern "C" fn SkPath_isRect(
    this: *const SkPath,
    rect: *mut SkRect,
    isClosed: *mut bool,
    direction: *mut SkPathDirection
) -> bool