pub unsafe fn ScriptBreak<P0>(
    pwcchars: P0,
    cchars: i32,
    psa: *const SCRIPT_ANALYSIS,
    psla: *mut SCRIPT_LOGATTR
) -> Result<()>
where P0: IntoParam<PCWSTR>,