has_function_privilege_impl

Function has_function_privilege_impl 

Source
fn has_function_privilege_impl(
    user_name: &str,
    function_oid: FunctionId,
    privileges: &str,
) -> Result<bool>