pub unsafe extern "C" fn SkPathEffect_MakeCompose(
    outer: sk_sp<SkPathEffect>,
    inner: sk_sp<SkPathEffect>
) -> sk_sp<SkPathEffect>